encoding/binary.bigEndian.AppendUint16 (method, view implemented interface methods)
6 uses
encoding/binary (current package)
binary.go#L156: func (bigEndian) AppendUint16(b []byte, v uint16) []byte {
crypto/internal/hpke
hpke.go#L40: labeledInfo = binary.BigEndian.AppendUint16(labeledInfo, length)
hpke.go#L79: suiteID: binary.BigEndian.AppendUint16([]byte("KEM"), kemID),
hpke.go#L227: suiteID = binary.BigEndian.AppendUint16(suiteID, kemID)
hpke.go#L228: suiteID = binary.BigEndian.AppendUint16(suiteID, kdfID)
hpke.go#L229: suiteID = binary.BigEndian.AppendUint16(suiteID, aeadID)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |